body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body,
input,
textarea,
select,
button {
    font: 14px "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}

body {
    background: #fff;
    color: #272727;
}

html,
body {
    height: 100%;
}

td,
th,
caption {
    font-size: 14px;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #555;
}

a,
a:hover,
a:active {
    text-decoration: none;
    cursor: pointer;
}

img {
    border: none;
    vertical-align: middle;
}

ol,
ul,
li {
    list-style: none;
}

input {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="text"] {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    border: 0;
}

::-webkit-input-placeholder {
    color: #c7c7c7;
}

:-ms-input-placeholder {
    color: #c7c7c7;
}

table {
    border-collapse: collapse;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

.clearfix {
    /* 为了照顾ie6浏览器*/
    zoom: 1;
}

.clearfixs:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.box-sizing {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.al {
    text-align: left;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}

.btn {
    padding: 0 10px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
}

.btn .arrow {
    margin-left: 5px;
}

.hide {
    display: none;
}

.block {
    display: block;
}

.overflow {
    overflow: hidden;
}

.min-page {
    width: 1200px;
    margin: 0 auto;
}

.page-marR {
    margin-right: 25px;
}

.page-marL {
    margin-left: 25px;
}

.page-marT {
    margin-top: 20px;
}

.page-marB {
    margin-bottom: 20px;
}

.mar-top-bottom {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mar-top {
    margin-top: 50px;
}

.mar-bottom {
    margin-bottom: 40px;
}

.mar-left {
    margin-left: 30px;
}

.mar-left15 {
    margin-left: 15px;
}

.mar-right {
    margin-right: 30px;
}

.default-mar-top {
    margin-top: 30px;
}

.small-mar-top {
    margin-top: 20px;
}

.small-mar-bottom {
    margin-bottom: 20px;
}

.min-width {
    min-width: 1200px;
}

.bg-white {
    background: #fff;
}

.g-color {
    color: #00bba4;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.double-ellipsis {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-shadow {
    letter-spacing: 2px;
    text-shadow: 2px 2px 0 rgba(0, 124, 109, 0.4);
}

.line-middle {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.release-side-list .line-middle {
    display: inline-block;
    line-height: inherit;
    vertical-align: text-bottom;
}

.wrap,
.country-index {
    background: #f5f5f5;
}

.content-page {
    padding: 50px 0;
}

.g-shadow {
    -webkit-box-shadow: 0 0 10px rgba(167, 167, 167, .73);
    box-shadow: 0 0 10px rgba(167, 167, 167, .73);
}

/* hover line */
.line-action-hover,
.pos-rela {
    position: relative;
}

.line-action-hover .line-top,
.line-action-hover .line-left,
.line-action-hover .line-right,
.line-action-hover .line-bottom {
    display: none;
    position: absolute;
    background: #00bba4;
}

.line-action-hover:hover .line-top,
.line-action-hover:hover .line-left,
.line-action-hover:hover .line-right,
.line-action-hover:hover .line-bottom {
    display: block;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.line-action-hover .line-top,
.line-action-hover .line-left {
    left: 0;
}

.line-action-hover .line-right,
.line-action-hover .line-bottom {
    right: 0;
}

.line-action-hover .line-top,
.line-action-hover .line-right {
    top: 0;
}

.line-action-hover .line-bottom,
.line-action-hover .line-left {
    bottom: 0;
}

.line-action-hover .line-top,
.line-action-hover .line-bottom {
    height: 2px;
    width: 100%;
}

.line-action-hover .line-left,
.line-action-hover .line-right {
    width: 2px;
    height: 100%;
}

.line-action-hover:hover .line-left,
.line-action-hover:hover .line-right {
    -webkit-animation-name: actionHeight;
    animation-name: actionHeight;
}

.line-action-hover:hover .line-top,
.line-action-hover:hover .line-bottom {
    -webkit-animation-name: actionWidth;
    animation-name: actionWidth;
}

/* hover action */
.hover-action {
    position: relative;
}

.hover-action .hover-page {
    display: none;
}

.hover-action:hover .hover-page {
    display: block;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* scale */
.scale-box .scale-img img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.scale-box li:hover .scale-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* hover */
.color-hover:hover {
    color: #fd7100 !important;
}

.g-bg,
.bg-hover:hover {
    background: #00bba4;
}

.translate-flip .flip-label {
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.translate-flip:hover .flip-label {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/* 居中 */
.pos-center {
    position: relative;
}

.pos-center .middle-center {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.side-bar {
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 9999;
}

.side-bar.on {
    right: 0px;
}

.side-bar.on .bar-sort {
    display: none;
}

.side-bar .bar-back {
    display: none;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto 0;
}

.side-bar.on .bar-back {
    display: block;
}

.side-bar .bar-main {
    display: none;
    width: 68px;
    font-size: 12px;
    text-align: center;
}

.side-bar.on .bar-main {
    display: block;
    padding-right: 35px;
    width: 103px;
    box-sizing: border-box;
}

.side-bar .bar-list {
    width: 68px;
}

.side-bar .bar-list li {
    position: relative;
    background: #fff;
}

.side-bar .bar-list a {
    display: block;
    height: 68px;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    padding-top: 44px;
    color: #777777;
}

.side-bar .bar-list .li-xq {
    background: url(images/ico-14.png) no-repeat center 8px;
}

.side-bar .bar-list li:hover .li-xq {
    border-color: #00bba4;
    color: #fff;
    background: #00bba4 url(images/ico-14-on.png) no-repeat center 8px;
}

.side-bar .bar-list .li-zx {
    background: url(images/ico-15.png) no-repeat center 12px;
}

.side-bar .bar-list li:hover .li-zx {
    border-color: #00bba4;
    color: #fff;
    background: #00bba4 url(images/ico-15-on.png) no-repeat center 12px;
}

.side-bar .bar-list .li-wx {
    background: url(images/ico-16.png) no-repeat center 10px;
}

.side-bar .bar-list li:hover .li-wx {
    border-color: #00bba4;
    color: #fff;
    background: #00bba4 url(images/ico-16-on.png) no-repeat center 10px;
}

.side-bar .bar-list .li-hot {
    background: url(images/ico-17.png) no-repeat center 10px;
}

.side-bar .bar-list li:hover .li-hot {
    border-color: #00bba4;
    color: #fff;
    background: #00bba4 url(images/ico-17-on.png) no-repeat center 10px;
}

.side-bar .bar-list .li-back {
    background: url(images/back.png) no-repeat center 10px;
}

.side-bar .bar-list li:hover .li-back {
    border-color: #00bba4;
    color: #fff;
    background: #00bba4 url(images/back-on.png) no-repeat center 10px;
}

.side-bar .go-top {
    display: block;
    height: 25px;
    margin-top: 1px;
    line-height: 25px;
}

.side-bar .sub-page {
    position: absolute;
    right: 70px;
    top: -10%;
    z-index: -2;
    padding-right: 26px;
    overflow: hidden;
}

.side-bar .sub-page:before,
.side-bar .sub-page:after {
    content: "";
    position: absolute;
    top: 15px;
    right: -26px;
    z-index: 1;
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 26px solid #00bba4;
    border-right: 26px solid transparent;
}

.side-bar .sub-page:after {
    top: 15px;
    right: -24px;
    border-left-color: #fff;
}

.side-bar .sub-page .p-main {
    padding: 7px;
    border: 1px solid #00bba4;
}

/* index-page-t */
.index-page-t {
    font-size: 30px;
    font-weight: bold;
    color: #474747;
}

.index-page-t:before,
.index-page-t:after {
    content: '';
    display: inline-block;
    width: 161px;
    height: 2px;
    vertical-align: middle;
}

.index-page-t:before {
    background: url(images/ico-27.png) no-repeat 0 0;
}

.index-page-t:after {
    background: url(images/ico-26.png) no-repeat 0 0;
}

.index-page-t span {
    margin: 0 10px;
    letter-spacing: 2px;
}

.index-sub-t {
    font-size: 16px;
    line-height: 40px;
    color: #a7a7a7;
    margin-bottom: 65px;
}

/* top */
.top {
    height: 35px;
    line-height: 35px;
    background: #e7e7e7;
}

.top .hot-line {
    font-size: 13px;
    color: #4a4a4a;
    /*padding-top: 9px;*/
}

.top .hot-line-item {
    height: 15px;
    padding: 0 10px;
    line-height: 15px;
    border-left: 1px solid #515151;
}

.top .hot-line-item:first-child {
    border: 0;
}

.top .hot-line__link {
    line-height: 1;
    font-size: 13px;
    color: #4a4a4a;
}

.top .hot-line .line-num {
    color: #ff7200;
}

.top .login-tool {
    font-size: 13px;
}

.top .login-tool>li {
    height: 15px;
    padding: 0 5px;
    border-left: 1px solid #515151;
    line-height: 15px;
}

.top .login-tool li:first-child {
    border: 0;
}

.top a {
    color: #515151;
}

/* header */
.header {
    height: 141px;
}

.header-r {
    padding: 32px 0 0 0;
}

/* header search */
.header-search {
    width: 300px;
    height: 33px;
    border: 1px solid #00bba4;
    border-radius: 5px;
    overflow: hidden;
}

.header-search .search-btn {
    width: 37px;
    height: 33px;
    border: 0;
    background-image: url(images/ico-3.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.header-search .search-c {
    height: 33px;
    overflow: hidden;
}

/* footer */
.footer {
    border-top: 9px solid #00bba4;
    background: #373d41;
}

.footer .foot-c {
    padding: 10px 0 17px;
    border-bottom: 1px solid #9a9a9a;
}

.footer .foot-list {
    margin-left: 128px;
}

.footer .foot-list:first-child {
    margin: 0;
}

.footer .b-qr-box {
    margin-left: 60px;
}

.footer .foot-list li,
.footer .foot-list a {
    color: #9a9a9a;
    line-height: 28px;
}

.footer .foot-list li:first-child {
    height: 50px;
    font-size: 20px;
    line-height: 50px;
}

.footer .b-qr {
    padding: 8px;
    border-radius: 6px;
    overflow: hidden;
}

.footer .foot-copyright {
    height: 62px;
    line-height: 50px;
    color: #9a9a9a;
}

/* content filter */
.content-filter-box {
    border: 1px solid #cdcdcd;
}

.content-filter-box .box-head {
    height: 55px;
    line-height: 55px;
    background: #f1f1f1;
}

.content-filter-box .box-head .head-search {
    margin: 11px 13px 11px 0;
}

.content-filter-box .box-head .search-ipt {
    width: 457px;
    height: 32px;
}

.content-filter-box .box-head .search-btn {
    width: 69px;
    height: 32px;
    border: 0;
    color: #fff;
    font-size: 16px;
    background-color: #12c8b2;
    cursor: pointer;
}

.content-filter-box .box-head .t-name {
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
}

.content-filter-box .filter-ul {
    padding: 10px 13px;
}

.content-filter-box .filter-ul li {
    position: relative;
    padding: 20px 12px;
    border-top: 1px dashed #bbb;
    overflow: hidden;
}

.content-filter-box .filter-ul li:first-child {
    border-top: 0;
}

.content-filter-box .filter-ul .item-cont {
    padding-right: 60px;
}

.content-filter-box .filter-ul .item-sub_city {
    /*max-height: 128px;*/
    overflow-y: hidden;
    overflow-x: hidden;
}

.content-filter-box .filter-ul .item-on,
.content-filter-box .filter-ul .item-on .item-sub_city {
    height: 22px;
    overflow: hidden;
}

.content-filter-box .filter-ul .item-label {
    margin-right: 12px;
    font-size: 15px;
    font-weight: bold;
    color: #2a2a2a;
}

.content-filter-box .filter-ul .item-l {
    height: 22px;
    margin: 0 10px 10px 0;
    padding: 0 10px;
    color: #666;
    cursor: pointer;
    line-height: 22px;
    white-space: nowrap;
}

.content-filter-box .filter-ul .item-b {
    color: #000;
}

.content-filter-box .filter-ul .item-l-on {
    color: #fff;
    background: #12c8b2;
}

.content-filter-box .filter-ul .filter-switch {
    position: absolute;
    top: 20px;
    right: 10px;
    cursor: pointer;
}

.content-filter-box .filter-switch .switch-arr {
    display: inline-block;
    width: 13px;
    height: 7px;
    margin-left: 5px;
    background: url(images/arr-down.png) no-repeat right center;
}

.filter_ds {
    background: #f1f1f1;
    display: none;
}

.filter_ds .item-label {
    padding-left: 30px;
}

/* filter tool */
.content-filter-tool {
    height: 45px;
    padding: 14px 15px 0;
}

.content-filter-tool .tool-search {
    border: 1px solid #d0d0d0;
}

.content-filter-tool .tool-search .search-ipt {
    width: 205px;
    height: 28px;
}

.content-filter-tool .tool-search .search-btn {
    width: 30px;
    height: 28px;
    border: 0;
    background: #12c8b2 url(images/ico-3.png) no-repeat center center;
    cursor: pointer;
}

.content-filter-tool .filter-list {
    height: 20px;
    padding-top: 5px;
    margin: 0 10px 0 0;
    line-height: 20px;
    font-size: 15px;
}

.content-filter-tool .filter-list .list-item {
    padding-right: 20px;
    margin-right: 20px;
}

.content-filter-tool .filter-list .filter-name {
    color: #5b5b5b;
    cursor: default;
}

.content-filter-tool .list-item:hover .filter-name {
    color: #f38a3e;
}

.content-filter-tool .filter-list .filter-ico {
    position: absolute;
    top: 6px;
    right: 0;
    width: 13px;
    height: 7px;
    color: #5b5b5b;
    background: url(images/arr-down.png) no-repeat right center;
}

.content-filter-tool .list-item:hover .filter-ico {
    background-image: url(images/arr-down_on.png);
}

.content-filter-tool .filter-list .filter-sub_list {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    padding: 15px 0 0;
}

.content-filter-tool .filter-list .filter-sub_list:before,
.content-filter-tool .filter-list .filter-sub_list:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

.content-filter-tool .filter-list .filter-sub_list:before {
    top: 1px;
    border-bottom-color: #f38e44;
}

.content-filter-tool .filter-list .filter-sub_list:after {
    top: 2px;
    border-bottom-color: #fff;
}

.content-filter-tool .filter-list .sub-list {
    border: 1px solid #f38e44;
    padding: 10px 20px;
}

.content-filter-tool .filter-list .sub-list li {
    white-space: nowrap;
    line-height: 2;
    cursor: pointer;
}

/**/
.search-result .result-text {
    padding-left: 10px;
    margin-bottom: 10px;
    color: #5c5c5c;
    line-height: 28px;
}

.search-result .result-num {
    color: #f38a3e;
}

.search-result .result-cont {
    padding: 20px;
    color: #1f1f1f;
    background-color: #effffd;
}

.search-result .result-cont img {
    margin-right: 15px;
}

/* product-list */
.product-list {
    margin-right: -30px;
}

.product-list>li {
    width: 380px;
    margin: 0 30px 47px 0;
    padding-bottom: 36px;
    background: url(images/p-14.png) no-repeat center bottom;
}

.product-list .item-main {
    padding: 17px 17px 30px;
}

.product-list .li-mpmd {
    position: absolute;
    top: 0;
    right: 0;
}

.product-list .item-title {
    height: 100px;
    overflow: hidden;
}

.product-list .item-img {
    width: 98px;
    height: 98px;
    margin-right: 16px;
    border: 1px solid #d6d6d6;
}

.product-list .item-img img {
    max-width: 98px;
    max-height: 98px;
}

.product-list .item-name {
    margin: 40px 0 15px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.product-list .item-name .line-add,
.product-list .item-name .sub-name {
    font-weight: normal;
}

.product-list .item-name .line-add {
    margin: 0 5px;
    vertical-align: 1px;
}

.product-list .item-adr {
    padding-left: 20px;
    background: url(images/ico-adr.png) no-repeat 0 center;
}

.product-list .adr-label {
    color: #000;
}

.product-list .adr-cont {
    color: #696969;
}

.product-list .item-info {
    padding: 20px 0;
    overflow: hidden;
}

.product-list .item-info li {
    width: 50%;
    line-height: 2;
}

.product-list .item-info .info-label {
    color: #000;
}

.product-list .item-info .info-cont {
    display: block;
    color: #ff7e00;
    line-height: 28px;
    overflow: hidden;
}

.product-list .item-btn {
    display: block;
    width: 147px;
    height: 42px;
    border: 0;
    border-radius: 42px;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

/* bread crumb */
.bread-crumb {
    padding: 25px 0 15px;
}

.bread-crumb .crumb-label {
    color: #4a4a4a;
}

.bread-crumb a {
    color: #7b7b7b !important;
}

/* detail cont */
.detail-cont .page-left {
    width: 800px;
    padding: 0 15px;
    margin-right: 20px;
}

.detail-cont .page-right {
    width: 350px;
    padding: 20px;
}

.detail-cont .information {
    padding: 0 0 15px;
    border-bottom: 1px solid #d6d6d6;
    overflow: hidden;
}

.detail-cont .information .item-img {
    width: 84px;
    height: 84px;
    margin-right: 17px;
    border: 1px solid #ececec;
}

.detail-cont .information .item-img img {
    max-width: 84px;
    max-height: 84px;
}

.detail-cont .information .item-title {
    line-height: 30px;
    font-size: 16px;
    color: #1c1c1c;
}

.detail-cont .information .item-info {
    line-height: 24px;
}

/*.detail-cont .information li {
        line-height: 30px;
        overflow: hidden;
    }

    .detail-cont .information .label {
        color: #1c1c1c;
    }

    .detail-cont .information .information-text {
        color: #757575;
    }*/

/* label ico */
.label-ico:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 17px;
    margin-right: 10px;
    background: url(images/lab-ico.png) no-repeat 0 0;
    vertical-align: middle;
}

/* about-recom */
.about-recom {
    padding: 25px 0 10px;
}

/* side right list */
.side-right-list .list-top {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
}

.side-right-list .list-cont li {
    padding: 20px 15px;
    border-bottom: 1px dashed #e5e5e5;
    overflow: hidden;
}

.side-right-list .list-cont .item-img {
    width: 84px;
    height: 84px;
    margin-right: 17px;
    border: 1px solid #ececec;
}

.side-right-list .list-cont .item-img img {
    max-width: 84px;
    max-height: 84px;
}

.side-right-list .list-cont .item-title {
    line-height: 30px;
    font-size: 17px;
    color: #1c1c1c;
}

.side-right-list .list-cont .item-info {
    line-height: 24px;
    color: #fd7100;
}

.side-right-list .list-cont .item-label {
    color: #1c1c1c;
}

/* detail title */
.detail-head {
    padding: 25px 20px 25px 20px;
}

.detail-head .head-img {
    width: 160px;
    height: 90px;
    margin-top: 10px;
    margin-right: 25px;
    border: 1px solid #e5e5e5;
}

.detail-head .head-img img {
    max-width: 160px;
    max-height: 90px;
}

.detail-head .head-cont {}

.detail-head .head-cont .cont-info {
    margin: 0;
    padding: 10px 20px;
    background: #edf6f6;
}

.detail-head .head-cont .item-info {
    padding: 0;
}

.detail-head .head-cont .item-info li {
    width: 30%;
}

.detail-head .head-cont .info-cont {
    display: inline;
}

.detail-head .head-cont .item-info .li-p {
    width: 40%;
    padding-left: 30px;
}

.detail-head .head-cont .item-info .eval-ico {
    width: 20px;
    margin-right: 5px;
}

.detail-head .head-name {
    display: block;
    line-height: 2;
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

.detail-head .head-name .line-add,
.detail-head .head-name .sub-name {
    font-weight: normal;
}

.detail-head .head-name .line-add {
    margin: 0 5px;
}

.detail-head .head-name .sub-name {
    color: #454545;
}

.detail-head .head-info {
    padding-top: 10px;
    overflow: hidden;
}

.detail-head .head-info li {
    width: 100%;
    line-height: 2;
}

.detail-head .head-info .li-label {
    width: 100px;
    color: #1c1c1c;
}

.detail-head .head-info .li-data {
    color: #757575;
}

.detail-head .data-num {
    color: #fd7100;
}

.detail-head .head-limit {
    font-size: 16px;
    color: #414141;
}

.detail-head .limit-num {
    font-size: 22px;
    color: #fd7100;
}

.detail-head .head-collect {
    display: inline-block;
    width: 31px;
    height: 30px;
    margin: 0 0 20px;
    background: url(images/collect.png) no-repeat 0 0;
}

.detail-head .head-collect.on {
    background-image: url(images/collect-on.png);
}

.detail-head .head-btn {
    width: 127px;
    height: 37px;
    /*margin-top: 55px;*/
    border: 0;
    line-height: 37px;
    font-size: 18px;
    color: #fff;
}

.detail-cont {
    padding: 20px 30px;
}

.detail-cont .cont-nav {
    padding: 0 5px 5px;
    border-bottom: 1px solid #a9a9a9;
}

.detail-cont .cont-nav .nav-item {
    margin-right: 20px;
    color: #1c1c1c;
}

.detail-cont .page-head {
    border-bottom: 1px solid #d6d6d6;
    line-height: 34px;
    font-size: 16px;
    font-weight: bold;
    color: #1c1c1c;
}

.detail-cont .page-head:before {
    margin-right: 5px;
}

.detail-cont .page-head span {
    height: 14px;
}

.detail-cont .page-main {
    padding: 5px 10px;
}

.detail-cont .basic-list {
    padding: 5px 0;
}

.detail-cont .basic-list li {
    width: 33.33%;
    line-height: 2;
}

.detail-cont .basic-list .li-label {
    color: #1c1c1c;
}

.detail-cont .basic-list .li-text {
    color: #757575;
}

.detail-cont .detail-text {
    color: #1c1c1c;
    line-height: 2;
}

/* 搜索结果 */
.result-box {
    padding: 20px 0 10px;
    font-size: 16px;
    line-height: 26px;
    color: #5b5b5b;
}

/* 营业时间 */
.office-hours {
    height: 54px;
    line-height: 54px;
    font-size: 16px;
}

.office-hours .hours-item {
    display: inline-block;
    margin: 0 15px;
    color: #fff;
}

.office-hours .item-label {
    font-weight: bold;
    color: #fff116;
}

/* pop tips */
.g-class .layui-layer-title {
    height: 38px;
    border-bottom: 1px solid #c5c5c5;
}

.pop-tips {
    display: none;
    padding: 0 0 10px;
}

.pop-tips .tip-infor {
    padding: 10px 0;
    white-space: nowrap;
    font-size: 16px;
    color: #1a1a1a;
}

.pop-tips .layui-table {
    border: 1px solid #a5a5a5;
}

.pop-tips .layui-table th,
.pop-tips .layui-table td {
    padding: 9px 0;
    border: 0;
    border-bottom: 1px solid #a5a5a5;
    text-align: center;
    border-color: #a5a5a5;
}

.pop-tips .layui-table th {
    color: #343434;
    background: #e4e4e4;
}

.pop-tips .layui-table td {
    background: #fff;
}

.pop-tips .layui-table tbody tr:hover {
    background: none;
}

.pop-tips .layui-table .layui-form-radio {
    margin: 0;
    padding: 0;
}

.pop-tips .layui-table .table-link {
    color: #49cdba;
}

.pop-tips .layui-table .table-in {
    color: #ff4e00;
}

.pop-tips .table-btn {
    padding: 20px 0 20px;
}

.pop-tips .merger-btn {
    font-size: 20px;
}

.pop-tips .creat-btn {
    margin-left: 30px;
    font-size: 16px;
    color: #04a997;
}

.pop-tips .merge-tips {
    padding: 25px 0 20px;
}

.pop-tips .merge-text {
    margin: 0 0 25px;
    font-size: 15px;
    color: #1a1a1a;
}

.pop-tips .product {
    color: #ff6c00;
}

.pop-tips .merge-link {
    font-size: 20px;
}

/* 合并需求 */
.contact-release {
    padding: 0 40px;
}

/* 提交信息校验 */
.proving-box {
    padding: 30px 0 20px;
}

.proving-box-sjd {
    padding-top: 30px;
}

.proving-box-sjd .proving_img {
    float: left;
    width: 46px;
    margin: 23px 21px 0px 57px;
}

.proving-box .proving-text {
    margin: 20px 0;
    font-size: 15px;
    line-height: 26px;
    color: #00bba4;
    white-space: nowrap;
}

.proving-box-sjd .proving-text {
    margin: 20px 0;
    font-size: 15px;
    line-height: 26px;
    color: #000;
    float: left;
    text-align: left;
    width: 375px;
}

.proving-box-sjd .proving_ewm {
    display: block;
    margin-top: 8px;
    font-size: larger;
}

.proving-box .proving-text a {
    color: #00bba4;
}

.proving-box-sjd .proving-text a {
    color: #00bba4;
}

.proving-box .proving-btn {
    display: inline-block;
    width: 184px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    color: #fff;
}

.proving-box-sjd .proving-btn {
    display: inline-block;
    width: 184px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    color: #fff;
}

.big-amount {
    font-size: 20px;
    color: #fd7100
}

/* grant */
.grant-ul {
    padding: 0 0 5px;
}

.grant-ul li {
    margin-left: 35px;
    line-height: 26px;
}

.grant-ul .item-cont,
.grant-ul .item-name {
    height: 26px;
}

.grant-ul .item-cont {
    font-size: 18px;
    color: #12c8b2;
    font-weight: bold;
}

.grant-ul .item-name {
    font-size: 14px;
    color: #5c5c5c;
    line-height: 26px;
}

/* service card */
.service-card {
    position: relative;
    height: 106px;
    margin: 0 153px 0 0;
    line-height: 106px;
}

.service-card .card-info {
    position: relative;
    margin: 32px 25px 0 0;
    line-height: 42px;
    font-size: 16px;
    color: #00ac97;
}

.service-card .card-info:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-rigth: 15px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left-color: #fff;
    margin-top: -6px;
}

.service-card .card-info p {
    padding: 0 10px;
    border-radius: 5px;
    background: #fff;
}

.service-card .service-contact {
    height: 68px;
    margin-left: 17px;
    line-height: 68px;
}

.service-card .service-contact .contact-name {
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #fff474;
}

.service-card .service-contact .contact-p {
    margin: 10px 10px 11px 0;
}

.service-card .card-img {
    margin-right: 10px;
}

.service-card .user-box {
    width: 68px;
    height: 68px;
    border-radius: 100%;
    line-height: 68px;
}

.service-card .user-box img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 100%;
}

.service-card .card-cont {
    padding: 13px 0 0;
    line-height: 1;
}

.service-card .card-cont .card-t {
    font-size: 20px;
}

.service-card .card-cont .card-star {
    padding: 5px 0 8px;
}

.service-card .card-cont .card-his {
    line-height: 21px;
}

/*发需求选产品*/
.bank-product {
    margin-bottom: 18px;
    border-bottom: 1px solid #b6b6b6;
}

.choose-box {
    margin-bottom: 20px;
    padding: 0 10px;
}

.choose-box dt {
    height: 36px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 20px;
    line-height: 26px;
}

.choose-box dt .box-t {
    float: left;
    height: 33px;
    padding: 0 10px;
    border-bottom: 3px solid #10b7a2;
    font-size: 18px;
    font-weight: bold;
    color: #2a2a2a;
}

.choose-box dt .box-st {
    margin-left: 35px;
    color: #7e7e7e;
    vertical-align: -10px;
}

.choose-box dt .t-num {
    color: #eb9835;
}

.choose-box .choose-ul li {
    position: relative;
    height: 63px;
    border-top: 1px dashed #dfdfdf;
    padding: 30px 150px 30px 57px;
    line-height: 63px;
}

.choose-box .choose-ul li:first-child {
    border: 0;
}

#chooseProduct .item-check-btn,
#chooseProduct .item-nocheck-btn,
#chooseProduct .item-nidIsPublic-btn {
    position: absolute;
    top: 50px;
    left: 20px;
    width: 18px;
    height: 18px;
    border: 2px solid #b8b8b8;
}

#chooseProduct .item-check-btn.on:before,
#chooseProduct .item-nocheck-btn.on:before,
#chooseProduct .item-nidIsPublic-btn.on:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 22px;
    background: url(images/check-on.png) no-repeat 0 0;
    cursor: pointer;
}

#chooseProduct img {
    width: 45px;
}

.choose-box .choose-ul .cont-main {
    padding-left: 51px;
    line-height: 1;
}

.choose-box .choose-ul .cont-t {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.choose-box .choose-ul .cont-from {
    line-height: 2.4;
    color: #aaa;
}

.choose-box .choose-ul .from-name {
    margin-right: 10px;
    color: #4d4d4d;
}

.choose-box .choose-ul .cont-info {
    color: #aaa;
}

.choose-box .choose-ul .info-label {
    margin: 0 20px 0 0;
}

.choose-box .item-btn-tool {
    position: absolute;
    top: 45px;
    right: 10px;
}

.choose-box .item-btn-tool .item-detail-btn,
.choose-box .item-btn-tool .item-contrast-btn {
    width: 76px;
    height: 25px;
    margin: 0 5px;
    border: 1px solid #12c8b2;
    border-radius: 30px;
    text-align: center;
    line-height: 23px;
}

.choose-box .item-btn-tool .item-detail-btn {
    color: #fff;
    background: #12c8b2;
}

.choose-box .item-btn-tool .item-contrast-btn {
    color: #12c8b2;
    background: #fff;
}

.bank-product-other {
    position: relative;
    padding: 0 150px 0 67px;
    line-height: 22px;
    color: #515151;
}

.bank-product-other .more-product {
    position: absolute;
    top: 0;
    right: 0;
}

#chooseProduct .bank-product-other .item-check-btn,
#chooseProduct .bank-product-other .item-nocheck-btn,
#chooseProduct .bank-product-other .item-nidIsPublic-btn {
    top: 0;
    left: 30px;
}


.release-cont .no-finance-tips {
    line-height: 3;
    font-size: 25px;
    color: #12c8b2;
}

.finance-service {
    width: 265px;
    height: 68px;
    padding: 5px;
    border: 1px solid #bababa;
    border-radius: 68px;
    line-height: 68px;
    overflow: hidden;
    cursor: pointer;
}

.finance-service.on {
    box-shadow: 0 0 10px rgba(167, 167, 167, .73);
}

.finance-service .item-img {
    width: 68px;
    height: 68px;
    margin-right: 15px;
    border-radius: 100%;
    overflow: hidden;
}

.finance-service .item-img img {
    width: 100%;
    border-radius: 100%;
}

.finance-service .item-cont {
    font-size: 16px;
    line-height: 24px;
    color: #505050;
}

.choose-btn {
    padding: 60px 0 30px;
}

.choose-btn .layui-btn {
    width: 108px;
    height: 38px;
}

/* 金融严选 */
.made-finece-slider .bd {
    height: 410px;
    overflow: hidden;
}

.made-finece-slider .hd {
    padding-top: 13px;
    line-height: 7px;
    text-align: center;
}

.made-finece-slider .hd ul {
    display: inline-block;
    margin-bottom: 30px;
}

.made-finece-slider .hd li {
    float: left;
    width: 53px;
    height: 7px;
    border-radius: 7px;
    margin: 0 5px;
    background: #c8c8c8;
}

.made-finece-slider .hd .on {
    background: #fff;
}

.made-finece-slider .hd .more {
    line-height: 1;
    color: #343434;
}

.made-finece-slider .slider-item {
    width: 231px;
    height: 390px;
    padding: 0 25px;
    margin: 10px 9px;
    border-radius: 15px;
    background: #fff;
}

.made-finece-slider .slider-item:hover {
    -webkit-box-shadow: 0 0 10px rgba(167, 167, 167, 0.73);
    box-shadow: 0 0 10px rgba(167, 167, 167, 0.73);
}

.made-finece-slider .item-title {
    height: 46px;
    font-size: 16px;
    color: #282828;
    font-weight: bold;
    line-height: 46px;
}

.made-finece-slider .item-img {
    position: relative;
    width: 205px;
    margin: 0 auto 16px;
}

.made-finece-slider .img-box {
    height: 113px;
    border-radius: 10px;
    overflow: hidden;
}

.made-finece-slider .img-box>img {
    display: block;
    width: 100%;
    height: 100%;
}

.made-finece-slider .item-mark {
    position: absolute;
    top: 6px;
    left: -21px;
    width: 38px;
    height: 19px;
    border: 2px solid #fff;
    border-radius: 20px;
    line-height: 19px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #ff0000;
}

.made-finece-slider .item-label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18px;
    padding: 4px 0;
    line-height: 18px;
    overflow: hidden;
    margin-bottom: 10px;
}

.made-finece-slider .item-label li {
    height: 18px;
    padding: 0 10px;
    margin-left: 6px;
    border-radius: 15px;
    white-space: nowrap;
    font-size: 12px;
    color: #fff;
    background: #556b87;
    background: rgba(0, 0, 0, .45);
}

.made-finece-slider .item-info {
    padding: 10px 0;
    margin-bottom: 15px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

.made-finece-slider .item-info li {
    width: 33.33%;
    font-size: 12px;
    color: #636363;
    text-align: center;
    line-height: 2;
}

.made-finece-slider .item-info li .info-cout {
    font-size: 16px;
    color: #5c5c5c;
}

.made-finece-slider .item-info li:first-child .info-cout {
    color: #fd7100;
}

.made-finece-slider .item-belong {
    height: 47px;
    margin-bottom: 15px;
    line-height: 1;
}

.made-finece-slider .item-belong-img {
    width: 47px;
    height: 47px;
    overflow: hidden;
}

.made-finece-slider .item-belong-img>img {
    max-width: 100%;
    max-height: 100%;
}

.made-finece-slider .item-belong-conte {
    height: 47px;
    padding-left: 61px;
}

.made-finece-slider .item-belong-text {
    color: #828282;
}

.made-finece-slider .item-belong-mark {
    color: #fd7100;
}

.made-finece-slider .item-belong-mar {
    margin-bottom: 17px;
}

.made-finece-slider .item-btn {
    display: block;
    width: 126px;
    height: 36px;
    border-radius: 36px;
    margin: 0 auto 24px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    background: #12c8b2;
}

/* 客户信任 */
.trust-slider {
    position: relative;
}

.trust-slider .slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 99;
    margin-top: -43px;
    cursor: pointer;
}

.trust-slider .trust-prev {
    left: -50px;
}

.trust-slider .trust-next {
    right: -50px;
}

.trust-slider .bd {
    height: 300px;
    overflow: hidden;
}

.trust-slider .slider-item {
    height: 300px;
}

.trust-slider .item-left {
    width: 252px;
    text-align: center;
}

.trust-slider .item-img {
    width: 171px;
    height: 171px;
    margin: 0 auto 25px;
    border: 10px solid #fff;
    border-radius: 100%;
    overflow: hidden;
}

.trust-slider .item-img>img {
    display: block;
    width: 100%;
    height: 100%;
}

.trust-slider .item-user {
    font-size: 27px;
    line-height: 2;
    color: #464646;
}

.trust-slider .item-from {
    font-size: 18px;
    color: #353535;
    white-space: nowrap;
}

.trust-slider .item-main {
    padding-top: 55px;
    padding-left: 252px;
}

.trust-slider .trust-msg {
    width: 650px;
    height: 205px;
    padding: 40px 70px 0 190px;
    background: url(images/user-msg.png) no-repeat 0 0;
}


.trust-slider .trust-msg .message {
    font-size: 22px;
    line-height: 2;
    color: #ffffff;
}

/* 品牌宣传 */
.brand-page {
    height: 474px;
    background: url(images/brand-bg.jpg) no-repeat center center;
}

.brand-page .index-page-t,
.brand-page .index-sub-t {
    color: #fff;
}

.brand-page .index-page-t:before {
    background-image: url(images/ico-26-1.png);
}

.brand-page .index-page-t:after {
    background-image: url(images/ico-27-1.png);
}

.brand-slider {
    position: relative;
}

.brand-slider .bd {
    height: 220px;
    overflow: hidden;
}

.brand-slider .hd {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 1;
}

.brand-slider .hd ul {
    display: inline-block;
}

.brand-slider .hd li {
    float: left;
    width: 11px;
    height: 11px;
    margin: 0 5px;
    border-radius: 100%;
    background: #8c92b4;
    cursor: pointer;
}

.brand-slider .hd .on {
    background: #fff;
}

.brand-slider .slider-item {
    width: 190px;
    margin: 4px 10px;
    border-radius: 15px;
    padding: 15px;
    background: #c7d6eb;
}

.brand-slider .slider-item:hover {
    background: #fff;
}

.brand-slider .slider-item .item-img {
    height: 106px;
    border-radius: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.brand-slider .slider-item .item-img>img {
    display: block;
    width: 100%;
    height: 100%;
}

.brand-slider .slider-item .slider-title {
    height: 56px;
    margin-bottom: 5px;
    line-height: 2;
    color: #464646;
}

/* localtion */
.a-localtion {
    display: inline-block;
    position: relative;
    z-index: 99;
    height: 35px;
    margin: 0 10px 0 0;
    padding: 0 10px;
    cursor: pointer;
    vertical-align: bottom;
}

.a-localtion:hover {
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
}

.a-localtion:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 60;
    width: 100%;
    height: 100%;
    background: #fff;
}

.localtion-box {
    position: relative;
    z-index: 61;
    height: 45px;
    vertical-align: middle;
    padding-left: 36px;
    line-height: 36px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAC0ElEQVR4Xu2Z33HTQBDGdyV4JlQAVIBiFxBTAaGCmBni4Q1SAU4FhDdGYganAkwFiQuwOCqAEswroFvmJNmjRLL+xbfWoNVjsqe7/e333e3JCD1/sOf5gwAQBfScgFig5wKQTVAsIBboOQGxQM8FIKeAWEAs0HMCYoGeC2A/pwCNvQO4B0fgOF5cAK0V/IUFztSKuyCsFqBTzwNw3wPCqDBRohm4+hw/qp9cINgA0OlgDIifKxMjMio4wyCcVcbuIIAFQO3kswkRveSAYB0AvfYeg3Z/NC6WUYKrD23bwT6AydBI+aQxgGTAJfrLccuxtYZxADCefpBfDZ2jH07N31OLXOTiiFYYhA9rZdIyyCqAEvnnKkuTwRQA3+XycKInNm1gF4A59tD9VlD9M/RDU/HNQ6+8ETjuVS6WokMMlGpZ4MphVgHE8p4MKZ8UfcAgfHsDwJZjEv2l1TVafXni7+EcEJ7nIOjoGX5S10mMaZCcK0A8uBFH8BWD5XFlGe8QYB/ANmnHmYOR9mprZ5iBdIccS4daB5Du8teAeNQoCaIFBmFxy9zoReXBTAC2bYYli7O8+69nZgGQquACEN/UKh7lN8la41oE8QEwV+D7jgLER+XrpO/wW4+4rsZsAGIVlG2IayqWz/3b8FkBVFuBcg1SC1U3GsIOIGmOBgoAn3Kf+UVk9gMgaZFNE5Reknh9nwWxFwCJCoamw/sCAL+AopHNfr/ME3sDsNkPSM/XLXEj8+4omBVAfAqgcwKkL28nXfa/HeVa+Bo2ABnJA8QfPnEKoNNrrvk8TtPMZegF+su5zcT5O8GkEZpX3gmIFvBHH/+XjVDs++Qjqal48qPI5kEFTqRsfv3pzDHIIe26c7DtAXUXxB0nALiJd20+UUDXKsK9HlEAN/GuzScK6FpFuNcjCuAm3rX5RAFdqwj3ekQB3MS7Np8ooGsV4V5P7xXwD59n7UFy3pdvAAAAAElFTkSuQmCC') no-repeat 0 center;
    background-size: 45px auto;
    overflow: hidden;
}

.localtion-box .t1 {
    margin: 0 5px 0 0;
    /*font-weight: bold;*/
    font-size: 15px;
    /*color: #00bba4;*/
}

.localtion-box .t2 {
    font-size: 12px;
    color: #9e9e9e;
}

.localtion-box .i-arrow {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAB0klEQVR4Xu2X7U3EMAyG35sERoAJYIQbAUZgAmAC2IAbgRHYAEaADRgBWbpDVZVc8/HGiRX3Z9U6fp7YjbvD5Nducn64AK+AyQ14C0xeAP4R9BbwFpjcgLfA5AXgp4C3gLfA5AZCLXAF4BHAJYAHAB/GHd0CeAHwDeAZwNeSJyTgE4BIOF33AA5GJdwBeFvkLvDXWwLE1MUK2KKENbwg/Rwr+x8vVAGhF+UFSxKSGWLHYHKAAVsjK/dzc0BWoEFEZOe8NQhlB+wooijXLQHCUxRYWURxjikCRpdQDC9gqQJGlVAFnytgNAnV8CUCRpFAgS8V0FsCDb5GQC8JVPhaAdoS5A/1KXC8Vo3oOadA7Gin70pgIfmjk3XWVxU8owJOCbWU0AyeKaBVOzSFZwtgS2gO30IAS4IKfCsBtRLU4FsKKJWgCt9aQK4EdXgNAakSusBrCdiScNNqyIlNbsv7jEkwZZ1zEkLvV094qUlpCkiVoAav2QLLDYmNzfKMKnwvAbFKUIfvKUDW3h9/b38BvAJ4T+1b5nPa3wBm7pRYLoCi0XAQrwDDm0dJ3SuAotFwEK8Aw5tHSd0rgKLRcBCvAMObR0ndK4Ci0XAQrwDDm0dJ/Q8JiG9BqlreqQAAAABJRU5ErkJggg==);
    width: 15px;
    height: 15px;
    margin-left: -8px;
    vertical-align: middle;
    background-size: 15px auto;
    top: 2px;
    float: unset;
    display: inline-block;
    position: relative;
}

.localtion-box .i-arrow:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgpMwidZAAAB70lEQVR4Ae3Z303DMBAG8HMzARswQlQGgBEYIUi070zQMgE8U6QwAhvAAkUZgRFYAJk789IkDkkc/0nE55c2jmPf96tUnRQiDAhAAAIQgAAEIAABCEAAAhCAAAQg8M8EVDOv3uQ5qWxHms5Jf9+p5+q9uWZJ1/o2v+I8D6Tok/Pcq0NVnda/Or34/Z6V/HnND+S0yt70Zl201yxjxtTOGUwWyUQmW614C4A+q61QqlwigqmZa69loUY2vmkBoH39Ib5aGII9vEnVytb6D5BlnRtofaMOHy+yZq5jbO1WAAk3dqM5gLjU3AmwNASX8JLxT4ClILiGHwQwd4Qp4QcDzBVhavhRAHND8BF+NMBcEHyFdwJIjeAzvDNAKgTf4SWHrRWW+d5hOkLuDFsLA7XNerveSUveOm9id9rbB7QObEyE+FUaR0hXWnL4ojlPE8PLfpMBZJOQCCHDewMIhRA6vFcA3wgxwnsH8IUQK3wQgKkIMcMHA3BFiB0+KMBYhBThgwMMRUgVPgpAHwLfvwzV5MjZfcNLI9R3iNznX7mwtrK2hz10eLZtbXPRAOTwQQgRw0tNUQF6ESKHTwLQiZAgfDIAg7C94Hd1es8vYb/4v+FRPR1fZR4DAhCAAAQgAAEIQAACEIAABCAAAQhAILDADwnpa4gIFJ4nAAAAAElFTkSuQmCC);
}

.localtion-main {
    display: none;
    position: absolute;
    top: 34px;
    left: 0;
    z-index: 59;
    width: 324px;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
    background: #fff;
    font-size: 12px;
}

.a-localtion:hover .localtion-main {
    display: block;
}

.localtion-city-title {
    color: #888;
    margin-left: 20px;
    margin-top: 10px;
    /*font-size: 12px;*/
}

.localtion-city-list {
    padding: 5px;
}

.localtion-city-list>li {
    height: 28px;
    line-height: 28px;
    width: 52px;
    text-align: center;
    overflow: hidden;
}

.localtion-city-list>li .item-label {
    color: #333;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.localtion-main .all-c {
    cursor: pointer;
    padding-right: 20px;
    height: 30px;
    line-height: 30px;
    border-top: 1px dotted #eee;
}

.localtion-main .all-c>a {
    color: #bbb;
    background: url(../images/ico/right-arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 10px;
    background-size: 5px;
}

/* 定位弹窗 */
.city-location {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000
}

.city-location .browser-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=60);
    width: 100%;
    height: 100%
}

.city-location .browser-city {
    width: 336px;
    height: 160px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);
    border-radius: 10px;
    text-align: center
}

.city-location .browser-city .close {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABGdBTUEAALGPC/xhBQAAAOFJREFUKBV9kTsOgkAQhvdReABrzqKVBYmldnSyHMLSeAbDo6ETCaUUJiZ6Di+CBcH5F5YgLk6xszPz/TuTWR6G4ZFzflNKPdmEpWk6r6rq5DiOJwA3TXOJomhh4zv4TrWX67pvDggwRCTeDjsN4GsQBHuwWmAT2eAvwVAkpdzVdX2gXP8y6rC+QxsyliTJmuCC4ozG8EzeeGEu8BijezmjcGVbRC8YzexhASTKxyI90gjW20DHDs7pujHbE1MwBIBMpziOl8gJ/CD5n22gCPN9/wER/dO5LMsZ00db+3sa7gMSJI2rikcJ5wAAAABJRU5ErkJggg==);
    cursor: pointer
}

.city-location .browser-city .city-img {
    width: 288px;
    height: 172px;
    position: absolute;
    top: -59px;
    left: 20px;
    background: url(/res/images/ico/city-bg.png)
}

.city-location .browser-city .text {
    font-size: 16px;
    color: #333;
    line-height: 35px;
    margin-top: 40px;
    background: url(/res/images/ico/city-location.png) no-repeat 42px center;
    padding-left: 20px;
}

.city-location .browser-city .city-button {
    padding-top: 25px;
}

.city-location .browser-city .newcity {
    background: #00bba3;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    width: 130px;
    height: 34px;
    display: inline-block;
    line-height: 34px;
    margin-right: 20px
}

.city-location .browser-city .countdown {
    border: 1px solid #00bba3;
    border-radius: 2px;
    font-size: 16px;
    color: #00bba3;
    width: 130px;
    height: 34px;
    display: inline-block;
    line-height: 34px;
    cursor: pointer
}

.city-location .browser-city .countdown .countnum {
    padding-left: 10px
}

.actab {
    overflow: hidden;
    border: #d5d5d5 1px solid;
    background: #fff;
    width: 1184px;
    margin: 0 auto 20px;
    border-radius: 5px;
}

.actab li {
    float: left;
    width: 196px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border-right: 1px solid #d5d5d5;
    font-size: 18px;
    color: #5b5b5b;
    cursor: pointer;
}

.actab li:hover {
    font-size: 20px;
}

.actab li:last-child {
    border: none;
}

.actab .active {
    background: #1bc8b3;
    color: #fff;
}

.secUser {
    margin-top: 40px;
}

.secUser .choose-box dt {
    margin-bottom: 8px;
}

.secUser li {
    border-bottom: 1px dashed #dfdfdf;
    padding: 16px 10px 8px;
    margin: 0 10px;
}

.secUser li:last-child {
    border: none;
}

.secUser li h1 {
    font-size: 16px;
    font-weight: bold;
    color: #4f4f4f;
    position: relative;
    margin-bottom: 6px;
    cursor: pointer;
}

.secUser li h1 img {
    width: 22px !important;
    vertical-align: top;
    margin-left: 6px;
}

.secUser li .layui-form-radio {
    margin: 0;
    padding: 0;
}

.secUser li div.clearfixs {
    line-height: 36px;
}

.secUser .scsrPop {
    display: none;
    position: absolute;
    background: #fff;
    top: 34px;
    left: -38px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    border: solid 1px #b1e9f9;
    width: 798px;
    padding: 21px 28px;
    z-index: 9;
    line-height: 25px;
}

.secUser .scsrPop::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 15px solid #b1e9f9;
    position: absolute;
    top: -15px;
    left: 109px;
}

.secUser .scsrPop::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 14px solid #fff;
    position: absolute;
    left: 110px;
    top: -14px;
}

.secUser .scsrPop h2 {
    font-size: 18px;
    font-weight: bold;
    color: #383838;
    margin-bottom: 20px;
    text-align: center;
}

.secUser .scsrPop h3 {
    font-size: 15px;
    font-weight: bold;
    color: #383838;
}

.secUser .scsrPop p {
    font-size: 14px;
    color: #6d6d6d;
    text-indent: 28px;
}


.secUser li h1:hover .scsrPop {
    display: block;
}

/*专题新闻*/
.special-policy {
    background-color: #f9f9f9;
}

.policy-main {
    padding-top: 245px;
    width: 1200px;
    margin: 0 auto;
    background: url(images/special/b2.png) no-repeat 75px 18px;
}

.policy-main .layui-tab {
    margin: 0;
}

.special-news-tabs {
    background: #fff;
}

.special-news-tabs ul {
    height: auto;
    padding: 10px 20px 0;
    border-color: #bbb;
}

.special-news-tabs ul li {
    height: 60px;
    padding: 0 20px;
    margin-right: 20px;
    font-size: 22px;
    color: #545050;
    line-height: 60px;
}

.special-news-tabs ul .layui-this {
    color: #f38328;
}

.special-news-tabs ul .layui-this:after {
    border: 0;
    top: 55px;
    width: 100%;
    height: 6px;
    background: #f38328;
}

.special-news-search {
    padding: 5px 10px;
    background: #00bba4;
}

.special-news-search .search-box {
    height: 42px;
    font-size: 16px;
    overflow: hidden;
}

.special-news-search .search-ipt {
    height: 100%;
    background: #fff;
    overflow: hidden;
}

.special-news-search .search-ipt>input {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    border: 0;
}

.special-news-search .search-btn {
    width: 93px;
    height: 42px;
    border: 0;
    margin-left: 10px;
    font-size: 18px;
    color: #2b2b2b;
    background: #a7f0dc;
    cursor: pointer;
}

.special-news-search .search-word {
    width: 271px;
    height: 42px;
    padding-left: 50px;
    line-height: 42px;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
}

.special-news-search .search-word .label {
    margin-right: 20px;
    font-size: 14px;
    color: #fff;
}

.special-tab-content {
    padding: 0;
}

.special-news-main {
    padding: 18px 20px;
    background-color: #fff;
}

.special-policy-head {
    padding: 18px 20px;
    /*margin-bottom: 25px;*/
    background: #fff;
}

.special-policy-filter .filter-item {
    padding: 5px 15px;
    border-bottom: 1px dashed #d1d1d1;
}

.special-policy-filter .filter-title {
    margin: 10px 11px 10px 0;
    font-weight: bold;
    line-height: 26px;
    color: #000;
}

.special-policy-filter .filter-cont {
    padding-left: 10px;
    overflow: hidden;
}

.special-policy-filter .label-box {
    font-size: 0;
}

.special-policy-filter .label {
    display: inline-block;
    height: 26px;
    padding: 0 10px;
    margin: 10px 15px 10px 0;
    font-size: 14px;
    border-radius: 15px;
    line-height: 26px;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
}

.special-policy-filter .label:hover,
.special-policy-filter .label.label-on {
    color: #fff;
    background: #13d1be;
}

.special-policy-filter .address-label {
    position: relative;
}

.special-policy-filter .address-label:hover,
.special-policy-filter .address-label.label-on {
    border-radius: 0;
    color: #1f1f1f;
    background: #e3fffe;
}

.special-policy-filter .address-label:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #1f1f1f;
    border-bottom: 0;
    vertical-align: middle;
}

.special-policy-filter .address-box {
    padding: 0 8px;
    margin-bottom: 10px;
    background: #e3fffe;
    display: none;
}

.special-policy-filter .address-box-on {
    display: block;
}

.special-policy-filter .address-item {
    padding: 0 5px;
    border-top: 1px solid #c9e6e5;
}

.special-policy-filter .address-item:first-child {
    border: 0;
}

.special-policy-filter .filter-result {
    padding: 25px 15px 5px;
    color: #353535;
}

.special-policy-news {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 0 10px;
    background: #fff;
}

.special-policy-news .news-list-cont {
    padding: 0 15px;
}

.special-order {
    padding: 10px 20px 0;
    border-bottom: 1px solid #dfdddd;
}

.special-order>li {
    height: 70px;
    margin: 0 5px;
    padding: 0 10px;
    line-height: 70px;
    font-size: 18px;
    color: #575757;
    cursor: pointer;
}

.special-order>.on {
    color: #00bba4;
    line-height: 67px;
    font-weight: bold;
    font-size: 20px;
}

.layui-flow-more {
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #a4a4a4;
}

/*专题新闻*/


/*aboutUs*/
.aboutUs .autop {
    padding: 66px 0 24px;
    border-bottom: 1px solid #c4c4c4;
    text-align: center;
}

.aboutUs .autop h1 {
    font-size: 33.52px;
    letter-spacing: -0.7px;
    color: #0077f1;
    margin-bottom: 14px;
}

.aboutUs .aucont {
    width: 880px;
    margin: 0 auto;
    padding: 57px 0 130px;
}

.aboutUs .aubox {
    position: relative;
}

.aboutUs .aubox p {
    font-size: 18px;
    line-height: 38.8px;
    color: #474747;
}

.aboutUs .aubox .auboxIntro {
    height: 47px;
    font-size: 24px;
    letter-spacing: -0.5px;
    color: #ffffff;
    line-height: 47px;
    background-image: linear-gradient(to right, #01b1cc, #02c079);
    border-radius: 0 47px 47px 0;
    text-align: center;
    display: inline-block;
    padding-left: 34px;
    padding-right: 30px;
}

.aboutUs .aubox .auboxIntro div {
    width: 57px;
    height: 57px;
    border: solid 3px #00b4bb;
    border-radius: 50%;
    background: #fff;
    margin: -9px -82px 0;
    line-height: 56px;
    text-align: center;
}

.aboutUs .aubox .auboxIntro img {
    width: 40px;
}

.aboutUs .aubox .textwo {
    text-indent: 36px;
}
.aboutUs .aubox .textwo strong{
    font-weight: 600;
}

.aboutUs .aubox .marBot1 {
    margin-bottom: 32px;
}

.aboutUs .aubox .marBot2 {
    margin-bottom: 60px;
}

.aboutUs .auGratit {
    fill: url(#grad2);
    font-size: 24px;
}

.aboutUs .auGratit span {
    display: inline-block;
    height: 50px;
    border: solid 2px #2487db;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    color: #2487db;
    padding: 0 28px;
    margin-left: 26px;
    margin-right: 15px;
}

.aboutUs .auGratit span img {
    vertical-align: text-top;
}

.aboutUs .qrCode {
    position: absolute;
}

.aboutUs .contrson {
    font-size: 18px;
    line-height: 28.8px;
    color: #ff6000;
    margin: 68px 34px;
}

/* 新发布融资需求 */
.bdreqForm {
    width: 1000px;
    margin: 0 auto;
    padding: 1px 0;
}

.bdreqForm .page-tit {
    font-size: 26px;
    color: #242424;
    margin: 25px 0 30px;
}

.bdreqForm .hdCnav {
    width: 806px;
    margin: 0 auto 10px;
    overflow: hidden;
}

.bdreqForm .hdCnav li {
    width: 24.5%;
    background: #f3f3f3;
    height: 39px;
    line-height: 39px;
    text-align: center;
    position: relative;
    display: inline-block;
}

.bdreqForm .hdCnav li::after,
.bdreqForm .hdCnav li::before {
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    z-index: 10;
}

.bdreqForm .hdCnav li::after {
    border-left: 28px solid #f3f3f3;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    right: -28px;
    top: 0;
}

.bdreqForm .hdCnav li::before {
    border-left: 34px solid #fff;
    border-bottom: 24px solid transparent;
    border-top: 24px solid transparent;
    right: -34px;
    top: -4px;
}

.bdreqForm .hdCnav li.on {
    background-color: #00bba4;
    color: #fff;
}

.bdreqForm .hdCnav li.on::after {
    border-left-color: #00bba4;
}

.bdreqForm .inpBox {
    width: 621px;
    margin-bottom: 27px;
    margin-left: 121px;
    position: relative;
}

.bdreqForm .inpBox .layui-form-label,
.bdreqForm .inpBox .layui-input-block,
.bdreqForm .inpBox .layui-input {
    height: 41px !important;
    line-height: 41px !important;
}

.bdreqForm .inpBox input {
    border-color: #e1e1e1 !important;
}

.bdreqForm .btn {
    height: 52px;
    background: #00bba4;
    border-radius: 6px;
    border: none;
    color: #fff;
    font-size: 20px;
}

.bdreqForm .next {
    width: 200px;
    margin: 50px auto 0;
    display: block;
}

.bdreqForm .form-item {
    display: none;
}

.bdreqForm .form-item.on {
    display: block;
}

.bdreqForm .take-release .layui-form .layui-input-block {
    margin-left: 168px;
}

.bdreqForm .take-release .layui-form .layui-form-label {
    width: 148px;
    font-size: 15px;
}

.bdreqForm .authentication-page {
    padding: 0 80px 18px;
    padding-right: 30px;
}

.bdreqForm .authentication-page:last-of-type {
    border: none;
}

.bdreqForm .authentication-page__btn {
    width: 106px;
    height: 36px;
    background-color: #00bba4;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    line-height: 36px;
    position: absolute;
    right: -130px;
    top: 0;
}

.bdreqForm .authentication-page-type__label:before,
.bdreqForm .authentication-page-type__label:after {
    content: none;
}

.bdreqForm .authentication-page-type__label {
    color: #242424;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    margin-right: -5px;
}

.bdreqForm .authentication-page-top {
    margin-bottom: 12px;
    position: relative;
}

.bdreqForm .authentication-process {
    height: 34px;
    line-height: 34px;
    width: 84%;
    font-size: 13px;
    position: relative;
    margin-bottom: 20px;
}

.bdreqForm .authentication-ready-content {
    line-height: 28px;
}

.bdreqForm .authentication-page-top img {
    width: 25px;
    position: absolute;
    left: -30px;
    top: 3px;
}

.bdreqForm .authentication-page-top em {
    color: #00bba4;
    font-size: 16px;
}

.bdreqForm .prevBtn {
    width: 200px;
    margin: 44px auto 0;
    display: block;
    color: #00bba4;
    border: 2px solid #00bba4;
    background: #fff;
}

.bdreqForm .dn {
    display: none;
}

.cerCont .layui-form-item {
    width: auto !important;
}

.bdreqForm .information-check-main .main-title:before {
    background: url('../images/1459654.png')repeat center center;
    background-size: contain;
}

.bdreqForm .cerCont>div {
    display: none;
}

.bdreqForm .finbtn {
    text-align: center;
}

.bdreqForm .finbtn .btn:first-child {
    color: #00bba4;
    border: 2px solid #00bba4;
    background: #fff;
    margin-right: 20px;
}

.bdreqForm .finbtn .btn {
    width: 200px;
    display: inline-block;
}

.bdreqForm .cerCont .page-cont {
    padding-top: 4px;
}

.bdreqForm .inpBox .addNew {
    width: 130px;
    height: 40px;
    background-color: #dffbf8;
    border: solid 1px #66e0d1;
    font-size: 16px;
    line-height: 41px;
    color: #00bba4;
    position: absolute;
    top: -1px;
    right: -141px;
    text-align: center;
    cursor: pointer;
}

.bdreqForm .inpBox .addNew:hover {
    background-color: #f2fffe;
    color: #2be7d0;
}

.bdreqForm .inpBox .addNew:active {
    background-color: #d4fffa;
    color: #00a591;
}

/**/

@-webkit-keyframes actionWidth {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes actionWidth {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@-webkit-keyframes actionHeight {
    from {
        height: 0;
    }

    to {
        height: 100%;
    }
}

@keyframes actionHeight {
    from {
        height: 0;
    }

    to {
        height: 100%;
    }
}